home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / pyxmpp / interface.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  600b  |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. __revision__ = '$Id: utils.py 647 2006-08-26 18:27:39Z jajcus $'
  5.  
  6. try:
  7.     from zope.interface import Interface, Attribute, providedBy, implementedBy, implements
  8. except ImportError:
  9.     from pyxmpp.interface_micro_impl import Interface, Attribute, providedBy, implementedBy, implements
  10.  
  11. __all__ = ('Interface', 'Attribute', 'providedBy', 'implementedBy', 'implements')
  12.